Chris Pollett > Old Classes >
CS174

( Print View )

Student Corner:
  [Grades Sec1]

  [Submit Sec1]

  [Class Sign Up Sec1]

  [
Lecture Notes]
  [Discussion Board]

Course Info:
  [Texts & Links]
  [Topics/Outcomes]
  [Outcomes Matrix]
  [Grading]
  [HW Info]
  [Exam Info]
  [Regrades]
  [Honesty]
  [Additional Policies]
  [Announcements]

HWs and Quizzes:
  [Hw1]  [Hw2]  [Hw3]
  [Hw4]  [Hw5][Quizzes]

Practice Exams:
  [Mid1]  [Final]

                           












CS174 Fall 2010Practice Final

To study for the final I would suggest you: (1) Know how to do (by heart) all the practice problems. (2) Go over your notes at least three times. Second and third time try to see how much you can remember from the first time. (3) Go over the homework problems. (4) Try to create your own problems similar to the ones I have given and solve them. (5) Skim the relevant sections from the book. (6) If you want to study in groups, at this point you are ready to quiz each other. The practice final is below. Here are some facts about the actual final: (a) It is comprehensive (b) It is closed book, closed notes. Nothing will be permitted on your desk except your pen (pencil) and test. (c) You should bring photo ID. (d) There will be more than one version of the test. Each version will be of comparable difficulty. (e) It is 10 problems, 6 problems will be on material since the midterm, four problems will come from the topics covered prior to the midterm. (f) Two problems will be exactly (less typos) off of the practice final, and one will be off of practice midterm.

  1. Give an example DTD patient data. Your dtd must have at least three tags. At least one tag must support the nesting of another tag within it. Your DTD should also have at least one entity and at least one tag should an attribute.
  2. Give the syntax for associating a stylesheet with an XML document.
  3. What is REST? Describe in detail the naming convention used by rest. Then give an example.
  4. Give the javascript necessary for opening a connecting back to the originating server, getting the document foo.php and display the results with the div tag whose id is fooholder.
  5. Give an example of a click-jacking attack on a web-site. Describe some techniques which might be used to prevent such an attack.
  6. Explain the steps needed to go from a php file with gettext calls in it to a .mo file
  7. Explain with an example of plausible messages exchanged, the ASCII protocol for setting and getting things from memcache.
  8. What is the difference between a reverse proxy server and a proxy server?
  9. Write a short Flex application with a blue button on it, which when clicked says "Hi there!".
  10. How is page rank calculated? How is HITS calculated?